@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Poppins', sans-serif;
}

body{
    background-color: #f5f5f5;
}

header{
    background-image: url(images/backgrounheader.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vb;
    display: flex;
    align-items: center;
    padding: 25px;
}


.container {
    max-width: 1100px;
    margin: 0 auto;
}

.menu{
     position: absolute;
     top: 10px;
     left: 0;
     right: 0;
     display: flex;
     align-items: center;
     justify-content: space-between;
     z-index: 1000;    
}

.menu .logo{
    font-weight: 700;
    font-size: 25px;
    color: #ffffff;
}

.menu .logo img{
   height: 70px;
   margin: 15px;
}


.menu .navbar ul li{
    position: relative;
    float: left;
}

.menu .navbar ul li a{
    font-size: 20px;
    padding: 10px 35px;
    color: #ffffff;
    border-radius: 25px;
    display: block;
}

.menu .navbar ul li a:hover{
   background-color: #369bd1;
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}


.menu label {
    cursor: pointer;
    display: none;
}

.header-content {
    display: flex;
    margin-top: 80px;
}

.header-content img {
    margin-top: 100px;
    width: 150px;
    height: 120px;
}

.content {
    padding: 150px 150px 0px 0px;
}

.content h1{
    color: #ffffff;
    font-size: 55px;
    font-weight: 500;
    line-height: 55px;
}

.content p{
    margin-top: 25px;
    color: #ffffff;
    font-size: 20px;
}

.btn-1{
    display: inline-block;
    background-color: #148AFA;
    margin: 35px 10px 0px 0px;
    padding: 15px 25px;
    color: #ffffff;
    border-radius: 25px;
}

.btn-1:hover{
    background-color: #369bd1;
}

.services {
    padding: 100px 0px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.service {
    padding: 20px;
    margin: 0px 10px;
}

.service img{
 width: 150px;
 height: 150px;
 margin-bottom: 15px;
}

.service h3{
  font-size: 20px;
  color: black;
  margin-bottom: 10px;    
}

.service p{
    color: #525254;
    font-size: 16px;
}

.features {
    padding: 50px 0px;
    background-image: url(images/headerdos.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #525254;
}

.features img {
    width: 40px;
}

.features h1 {
    font-size: 55px;
    color: #f5f5f5;
    margin-bottom: 25px;
}

.g-features {
    display: flex;
}

.feature {
    margin: 15px;
    padding: 25px;
    box-shadow:  0px 0px 40px rgb(0, 0, 0,0.3);
    background-color: #ffffff;
    text-align: left;
    border-radius: 15px;
}

.feature h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.feature p {
   font-size: 16px;
}


.customers {
    padding: 150px 0px;
    text-align: center;
}

.customers h2 {
    font-size: 55px;
    color: #0E0E0E;
    margin-bottom: 55px;
}

.i1 {
    width: 50px;
}

.customer {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.customer img {
    width: 200px;
}

.nosotros {
    margin-bottom: 20px;
    text-align: center;
}

.nosotros h2 {
    font-size: 55px;
    color: #0E0E0E;
    margin-bottom: 55px;
}

.contacto {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 50px;
}

.contacto h2 {
    font-size: 55px;
    color: #0E0E0E;
    margin-bottom: 55px;
}


.info-content {
    display: flex;
}

.info-price{
     padding: 35px;
     text-align: center;
     background-color: #f5f5f5;
     box-shadow:  0px 0px 25px rgb(0, 0, 0,0.3);
     margin: 0px 150px 0px 0;
     color: #0E0E0E;
}

.info-price h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

.price {
    font-size: 14px;
    color: #0EAEF3 !important;
    margin-bottom: 10px;
}

.info-price p {
   font-size: 16px;
   color: #525254;
}

.info-txt {
    margin-left: 35px;
    color: #0E0E0E;
}

.info-txt h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

.info p {
    color: #525254;
}

hr {
    margin: 100px 0px 30px 0px;
    border: 1px solid #ffffff;
}

.enlaces {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
}

.enlaces h3 {
    font-size: 25px;
}

.enlace {
    display: flex;
}

.enlace li a {
   display: block;
   margin: 20px;
   color: #ffffff;
   padding: 10px 35px;
   border-radius: 25px;
}


.enlace li a:hover {
    background-color: #148AFA;
}

.footer{
    background:#000;
    padding:30px 0px;
    font-family: 'Play', sans-serif;
    text-align:center;
    }
    
    .footer .row{
    width:100%;
    margin:1% 0%;
    padding:0.6% 0%;
    color:gray;
    font-size:0.8em;
    }
    
    .footer .row a{
    text-decoration:none;
    color:gray;
    transition:0.5s;
    }
    
    .footer .row a:hover{
    color:#fff;
    }
    
    .footer .row ul{
    width:100%;
    }
    
    .footer .row ul li{
    display:inline-block;
    margin:0px 30px;
    }
    
    .footer .row a i{
    font-size:2em;
    margin:0% 1%;
    }
  

@media(max-width:991px) {
    

    .menu{
        padding: 20px;
    }

    .headerinto {
        display: none;
    }

    .menu label {
        display: initial;
    }

    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #0EAEF3;
        display: none;
    }

    .menu .navbar ul li {
        width: 100%;
    }

    #menu:checked ~ .navbar {
        display: initial;
    }

 
    header {
        height: 0vh;
        padding: 400px 0px 140px 0px;
        background-position: center;
    }

    .header-content {
         flex-direction: column;
         text-align: center;
         align-items: center;
         padding: 0px 30px;
    }

    .content {
        padding: 0px;
    }

    .content h1 {
        margin-top: 0px;
        font-size: 30px;
    }

    .content p {
        margin-top: 0px;
    }

    .header-content img {
        margin-top: 25px;
        width: 150px;
    }


    .services {
        flex-direction: column;
        padding: 50px 30px 0px 30px;
    }

    .nosotros {
        flex-direction: column;
        padding: 50px 30px 0px 30px;
    }
    


    .service {
        margin-bottom: 50px;
    }

    .features {
        padding: 30px;
    }

    .features h2 {
        font-size: 45px;
    }

    .g-features {
         flex-direction: column;
    }

    .feature {
        margin: 0px 25px 25px 25px;
    }


    .customers {
        padding: 30px 0px;
    }

    .customers h2 {
        font-size: 45px;
        margin-bottom: 5px;
    }

    .nosotros {
        padding: 30px 0px;
    }

    .nosotros h2 {
        font-size: 45px;
        margin-bottom: 5px;
    }

    .contacto {
        padding: 30px 0px;
    }

    .contacto h2 {
        font-size: 45px;
        margin-bottom: 5px;
    }

    .customer { 
        flex-direction: column;
        align-items: center;
    }

    .customer img {
        margin-bottom: 25px;
        width: 100px;
        height: 100px;
    }

    

    .footer{
        text-align:left;
        padding:5%;
        }
        .footer .row ul li{
        display:block;
        margin:10px 0px;
        text-align:left;
        }
        .footer .row a i{
        margin:0% 3%;
        }


}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  background-color: #f9f9f9;
  line-height: 1.6;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem;
}

.main-content {
  background-color: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

/* Encabezados */
.title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #1e88e5;
  border-bottom: 2px solid #1e88e5;
  padding-bottom: 0.5rem;
}

.subtitle {
  font-size: 2rem;
  margin-top: 2rem;
  color: #0d47a1;
  border-left: 5px solid #0d47a1;
  padding-left: 0.75rem;
}

.paragraph {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  color: #555;
}

/* Valores */
.valores-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

.valor {
  background-color: #e3f2fd;
  border-left: 4px solid #2196f3;
  padding: 1rem;
  border-radius: 8px;
  transition: transform 0.2s ease;
}

.valor:hover {
  transform: scale(1.02);
}

.valor h3 {
  margin-top: 0;
  color: #1976d2;
}

.valor p {
  margin: 0.5rem 0 0 0;
  color: #444;
}

/* Animación fade-in */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.valor-con-imagen {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem; /* espacio entre texto e imagen */
  margin-bottom: 2rem;
}

.valor-texto {
  flex: 2;
}

.valor-imagen {
  flex: 1;
  text-align: right;
}

.valor-imagen img {
  max-width: 100px; /* ajusta el tamaño */
  height: auto;
}
/*Servicios*/
.servicios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  padding: 2rem 0;
}

.servicio {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
}

.servicio:hover {
  transform: translateY(-5px);
}

.servicio img {
  width: 80px;
  margin-bottom: 1rem;
}
/*BLOG*/
.post-preview {
  border-bottom: 1px solid #ddd;
  padding: 1.5rem 0;
}

.post-preview h2 {
  font-size: 1.5rem;
}

.post-preview .meta {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.read-more {
  color: #007acc;
  text-decoration: none;
}

.post-preview {
  border: 1px solid #ddd;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}

.post-preview:hover {
  transform: translateY(-3px);
}

.post-preview h2 {
  margin-top: 0;
  color: #007acc;
}

.post-preview .meta {
  font-size: 0.9rem;
  color: #555;
}

.read-more {
  color: #007acc;
  text-decoration: none;
  font-weight: bold;
}
/*Lading Page*/
.landing {
  padding: 60px 20px;
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 12px;
  margin-top: 60px;
}

.landing h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #333;
}

.landing p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #555;
}

.landing-form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.form-row input,
.form-row select {
  flex: 1;
  min-width: 45%;
}

.landing-form input,
.landing-form select,
.landing-form textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

.landing-form textarea {
  resize: vertical;
}

.landing-form .btn-1 {
  align-self: center;
  padding: 12px 30px;
  font-size: 1rem;
  cursor: pointer;
}

/*modal*/
.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  
}

.modal-contenido {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  position: relative;
}

.cerrar-modal {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.oculto {
  display: none;
}

#formularioServicio input,
#formularioServicio textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 8px;
}

#formularioServicio button {
  background-color: #007BFF;
  color: #fff;
  border: none;
  padding: 12px;
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
}


.btn-abrir-modal {
  background-color: #007BFF;      /* Azul */
  color: white;                   /* Letra blanca */
  border: none;
  padding: 12px 24px;
  border-radius: 30px;            /* Ovalado */
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.btn-abrir-modal:hover {
  background-color: #0056b3;      /* Azul más oscuro al pasar el mouse */
}
/*Card de mi index*/
.preview {
  text-align: center;
  padding: 3rem 1rem;
}

.preview-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  max-width: 300px;
  flex: 1 1 250px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.card img {
  margin-bottom: 1rem;
}

.card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  color: #333;
}

.card p {
  font-size: 0.95rem;
  color: #555;
}
.btn-1.outline {
  background: transparent;
  border: 2px solid #FFD700;
  color: #FFD700;
}

.btn-1.outline:hover {
  background: #FFD700;
  color: #000;
}

/*espacios blog*/
.post-body p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.post-body h2 {
  margin-top: 40px;
  margin-bottom: 15px;
}

/*wassa*/
.btn-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.btn-whatsapp img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.btn-whatsapp:hover img {
  transform: scale(1.1);
}
